Initializes a new instance of the SourceChangeEventArgs<(Of <(<'T>)>)> class.
Namespace:
C1.LiveLinqAssembly: C1.LiveLinq (in C1.LiveLinq.dll)
Syntax
C# |
---|
public SourceChangeEventArgs( T item, SourceChangeType changeType, int ordinal ) |
Visual Basic |
---|
Public Sub New ( _ item As T, _ changeType As SourceChangeType, _ ordinal As Integer _ ) |
Parameters
- item
- Type: T
Changed object.
- changeType
- Type: C1.LiveLinq..::..SourceChangeType
Type of change.
- ordinal
- Type: System..::..Int32
Ordinal position of the changed item.